/*
* @Author: wangyang
* @Date:   2024-04-16 14:50:23
* @Last Modified by:   wangyang
* @Last Modified time: 2024-04-29 10:10:25
*/
.btn.focus, .btn:focus{box-shadow:none;}
.foot{background-color: #171347;}
.foot p{margin:0;line-height:1.5;}
.foot p,.foot a{color: rgba(255, 255, 255, .8);}
.piclist img{max-width:100%;}
@media (min-width: 992px) {
    body{padding-top:68px;}
    .min-h{min-height:calc(100vh - 68px - 74px - 3rem - 3rem);}
    .h-size {font-size: 2rem;}
    .ind_about p {font-size: 1.2rem;margin-bottom: 1.5rem;}
    .f-size{font-size: .875rem;}
    table{font-size:1.5rem; line-height:1.8;}
}
@media (max-width: 991.98px) {
    body{padding-top:56px;}
    .min-h{min-height:calc(100vh - 56px - 104px - 1rem - 1rem);}
    .h-size{font-size: 1.2rem;}
    .ind_about p{font-size: .875rem;margin-bottom: .8rem;}
    .f-size{font-size: .5rem;}
    .piclist h3{font-size:1.2rem;}
    table{font-size:1rem; line-height:1.8;}
    .navbar-expand-lg .navbar-brand img {
        height: 1.75rem;
    }
}

/* 分页 */
#pages {margin:30px 0;border-radius:4px;}
#pages > a,#pages > span {float:left;font-size:16px;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#eceeef;text-decoration:none;background-color:#fff;border:1px solid #ddd;}
#pages > a:first-child {margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px;}
#pages > a:last-child {border-top-right-radius:4px;border-bottom-right-radius:4px;}
#pages > a:hover,#pages > a:focus {color:#eceeef;background-color:#eee;border-color:#ddd;}
#pages > span {color:#fff;background-color:#eceeef;border-color:#eceeef;}
#pages > span.pagemore {color:#eceeef;background-color:#fff;border:1px solid #ddd;}